home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / pc / data / 38 / 00031_Script_31 < prev    next >
Text File  |  1995-08-07  |  234b  |  18 lines

  1. on exitFrame
  2.   CHECKSE
  3.   if rollover(3) then 
  4.     go"SM"
  5.   
  6.  
  7.     
  8.   else if rollover(9) then 
  9.     go"M"
  10.   else if rollover(10) then 
  11.     go"K"
  12.   
  13.   else if rollover(18) then 
  14.     go"QUIT"
  15.   else
  16.     go"S"
  17.   end if
  18. end